projects
/
libgav1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
878ebfa
)
Use C++17
author
Sebastian Ramacher
<sramacher@debian.org>
Tue, 23 Dec 2025 11:14:57 +0000
(12:14 +0100)
committer
Sebastian Ramacher
<sramacher@debian.org>
Sun, 28 Dec 2025 22:33:00 +0000
(23:33 +0100)
Gbp-Pq: Name 0003-Use-C-17.patch
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e9bb9b0c9b9f3ebe7d3b82b8d30078fb098953f2..a243266e4b85f6c548a55c478f1c53520403ea25 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-16,7
+16,7
@@
cmake_minimum_required(VERSION 3.7.1 FATAL_ERROR)
# libgav1 requires C++11.
-set(CMAKE_CXX_STANDARD 1
1
)
+set(CMAKE_CXX_STANDARD 1
7
)
set(ABSL_CXX_STANDARD 11)
# libgav1 requires C99.
set(CMAKE_C_STANDARD 99)